.
C# Definition:
delegate int LowLevelMouseProc(int code, WindowsMessages wParam, [In]MSLLHOOKSTRUCT lParam);
VB Definition:
Delegate Function LowLevelMouseProc(TODO) As TODO
User-Defined Types:
MSLLHOOKSTRUCT
WindowsMessages
Notes:
If the hook returns >0 then no subsequent processing occurs.
The MSLLHOOKSTRUCT structure contains information about a low-level mouse input event.
4/1/2011 5:52:14 AM - -217.119.210.6
C# and VB enums of many of the Windows Messages.
10/6/2021 1:56:47 PM - thediscover22450@gmail.com-86.253.38.65
Installs a hook to monitor certain types of events.
1/7/2019 10:18:01 AM - -93.41.3.12
